-
Notifications
You must be signed in to change notification settings - Fork 15.2k
[Doc] Fix a typo in SanitizerSpecialCaseList.rst #142494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Doc] Fix a typo in SanitizerSpecialCaseList.rst #142494
Conversation
Created using spr 1.3.6
|
@llvm/pr-subscribers-clang Author: Qinkun Bao (qinkunbao) ChangesFull diff: https://github.com/llvm/llvm-project/pull/142494.diff 1 Files Affected:
diff --git a/clang/docs/SanitizerSpecialCaseList.rst b/clang/docs/SanitizerSpecialCaseList.rst
index b82db78a9203c..6f924cfa97a97 100644
--- a/clang/docs/SanitizerSpecialCaseList.rst
+++ b/clang/docs/SanitizerSpecialCaseList.rst
@@ -102,7 +102,7 @@ supported sanitizers.
char c = toobig; // also not instrumented
}
-If multiple entries match the source, than the latest entry takes the
+If multiple entries match the source, then the latest entry takes the
precedence.
.. code-block:: bash
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes a typo in the SanitizerSpecialCaseList.rst documentation.
- Fixed grammatical error in the documentation by changing "than" to "then".
…zerspecialcaselistrst
…zerspecialcaselistrst
|
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/197/builds/6206 Here is the relevant piece of the build log for the reference |
cor3ntin
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this
No need to get AI bots involved in the future :)
No description provided.